Skip to content

Commit 964d287

Browse files
committed
Update versions of dependencies and plugins
1 parent 3cad617 commit 964d287

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
<dependency>
3939
<groupId>org.springframework.security</groupId>
4040
<artifactId>spring-security-web</artifactId>
41-
<version>6.0.2</version>
41+
<version>6.2.0</version>
4242
<scope>provided</scope>
4343
</dependency>
4444

4545
<dependency>
4646
<groupId>org.springframework</groupId>
4747
<artifactId>spring-tx</artifactId>
48-
<version>6.0.6</version>
48+
<version>6.1.1</version>
4949
<scope>provided</scope>
5050
</dependency>
5151

@@ -54,14 +54,14 @@
5454
<dependency>
5555
<groupId>org.junit.jupiter</groupId>
5656
<artifactId>junit-jupiter-engine</artifactId>
57-
<version>5.9.2</version>
57+
<version>5.10.1</version>
5858
<scope>test</scope>
5959
</dependency>
6060

6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>5.2.0</version>
64+
<version>5.7.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767

@@ -72,12 +72,12 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.0.0</version>
75+
<version>3.2.2</version>
7676
</plugin>
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-release-plugin</artifactId>
80-
<version>3.0.0</version>
80+
<version>3.0.1</version>
8181
<configuration>
8282
<tagNameFormat>v@{project.version}</tagNameFormat>
8383
<autoVersionSubmodules>true</autoVersionSubmodules>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-source-plugin</artifactId>
111-
<version>3.2.1</version>
111+
<version>3.3.0</version>
112112
<executions>
113113
<execution>
114114
<id>attach-sources</id>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-javadoc-plugin</artifactId>
124-
<version>3.5.0</version>
124+
<version>3.6.2</version>
125125
<executions>
126126
<execution>
127127
<id>attach-javadocs</id>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-gpg-plugin</artifactId>
137-
<version>3.0.1</version>
137+
<version>3.1.0</version>
138138
<configuration>
139139
<!-- Prevent gpg from using pinentry programs -->
140140
<gpgArguments>

0 commit comments

Comments
 (0)