Skip to content

Commit d13b510

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/spring-security-extras into develop
2 parents 9db52d6 + 6e5e99b commit d13b510

14 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/run-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
runs-on: ubuntu-latest
3636
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- name: Set up JDK
41-
uses: actions/setup-java@v4
41+
uses: actions/setup-java@v5
4242
with:
4343
distribution: temurin
4444
java-version: ${{ matrix.java }}

codec-sha256/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-javadoc-plugin</artifactId>
120-
<version>3.11.2</version>
120+
<version>3.11.3</version>
121121
<executions>
122122
<execution>
123123
<id>attach-javadocs</id>

crypto-symmetric-managed/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>3.5.4</version>
57+
<version>3.5.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-javadoc-plugin</artifactId>
146-
<version>3.11.2</version>
146+
<version>3.11.3</version>
147147
<executions>
148148
<execution>
149149
<id>attach-javadocs</id>

crypto-symmetric/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-javadoc-plugin</artifactId>
120-
<version>3.11.2</version>
120+
<version>3.11.3</version>
121121
<executions>
122122
<execution>
123123
<id>attach-javadocs</id>

csp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>3.5.4</version>
57+
<version>3.5.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.11.2</version>
135+
<version>3.11.3</version>
136136
<executions>
137137
<execution>
138138
<id>attach-javadocs</id>

demo/integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.seleniumhq.selenium</groupId>
6464
<artifactId>selenium-dependencies-bom</artifactId>
65-
<version>4.34.0</version>
65+
<version>4.35.0</version>
6666
<type>pom</type>
6767
<scope>import</scope>
6868
</dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>software.xdev</groupId>
8888
<artifactId>testcontainers-advanced-imagebuilder</artifactId>
89-
<version>2.2.0</version>
89+
<version>2.2.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>

demo/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2323

2424
<!-- Dependency Version Groups -->
25-
<com.vaadin.version>24.8.5</com.vaadin.version>
25+
<com.vaadin.version>24.8.8</com.vaadin.version>
2626

27-
<org.springframework.boot.version>3.5.4</org.springframework.boot.version>
27+
<org.springframework.boot.version>3.5.5</org.springframework.boot.version>
2828
</properties>
2929

3030
<modules>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.springdoc</groupId>
8484
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
85-
<version>2.8.9</version>
85+
<version>2.8.13</version>
8686
</dependency>
8787

8888
<dependency>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.mariadb.jdbc</groupId>
107107
<artifactId>mariadb-java-client</artifactId>
108-
<version>3.5.4</version>
108+
<version>3.5.5</version>
109109
<!-- https://mariadb.com/kb/en/about-mariadb-connector-j/#size-consideration -->
110110
<exclusions>
111111
<exclusion>

metrics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>3.5.4</version>
57+
<version>3.5.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-javadoc-plugin</artifactId>
130-
<version>3.11.2</version>
130+
<version>3.11.3</version>
131131
<executions>
132132
<execution>
133133
<id>attach-javadocs</id>

oauth2-oidc-remember-me/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>3.5.4</version>
57+
<version>3.5.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-javadoc-plugin</artifactId>
154-
<version>3.11.2</version>
154+
<version>3.11.3</version>
155155
<executions>
156156
<execution>
157157
<id>attach-javadocs</id>

oauth2-oidc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>3.5.4</version>
57+
<version>3.5.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-javadoc-plugin</artifactId>
173-
<version>3.11.2</version>
173+
<version>3.11.3</version>
174174
<executions>
175175
<execution>
176176
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)