Skip to content

Commit 03df9ce

Browse files
authored
update
1 parent 2dbfc9e commit 03df9ce

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Diff for: pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.2.3</version>
8+
<version>1.0.0</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
1212
<description>The parent-pom for all our java projects.</description>
1313

1414
<properties>
15-
<javaVersion>18</javaVersion>
15+
<javaVersion>21</javaVersion>
1616
<project.compile.sourceEncoding>UTF-8</project.compile.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +22,7 @@
2222
<name>Parent-POM</name>
2323
<package-path>info/unterrainer/commons/parentpom</package-path>
2424
<packg-string>info.unterrainer.commons.parentpom</packg-string>
25-
<lombok-version>1.18.24</lombok-version>
25+
<lombok-version>1.18.36</lombok-version>
2626
</properties>
2727

2828
<!-- <dependencyManagement> <dependencies> <dependency> <groupId>commons-lang</groupId>
@@ -41,53 +41,53 @@
4141
<dependency>
4242
<groupId>org.slf4j</groupId>
4343
<artifactId>slf4j-api</artifactId>
44-
<version>2.0.0-alpha7</version>
44+
<version>2.0.17</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-log4j12</artifactId>
49-
<version>2.0.0-alpha7</version>
49+
<version>2.0.17</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-simple</artifactId>
54-
<version>2.0.0-alpha7</version>
54+
<version>2.0.17</version>
5555
</dependency>
5656
<!-- TEST-SCOPE ################################################# -->
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter-engine</artifactId>
60-
<version>5.9.0-M1</version>
60+
<version>5.13.0-M2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter-api</artifactId>
66-
<version>5.9.0-M1</version>
66+
<version>5.13.0-M2</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
7171
<artifactId>junit-jupiter-params</artifactId>
72-
<version>5.9.0-M1</version>
72+
<version>5.13.0-M2</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.assertj</groupId>
7777
<artifactId>assertj-core</artifactId>
78-
<version>3.23.1</version>
78+
<version>3.27.3</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.mockito</groupId>
8383
<artifactId>mockito-core</artifactId>
84-
<version>4.6.1</version>
84+
<version>5.16.1</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-junit-jupiter</artifactId>
90-
<version>4.6.1</version>
90+
<version>5.16.1</version>
9191
<scope>test</scope>
9292
</dependency>
9393

@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-source-plugin</artifactId>
115-
<version>3.0.1</version>
115+
<version>3.3.1</version>
116116
<executions>
117117
<execution>
118118
<id>attach-sources</id>
@@ -124,9 +124,9 @@
124124
</plugin>
125125
<plugin>
126126
<artifactId>maven-compiler-plugin</artifactId>
127-
<version>3.8.0</version>
127+
<version>3.14.0</version>
128128
<configuration>
129-
<release>11</release>
129+
<release>21</release>
130130
<compilerArgs>
131131
<arg>-parameters</arg>
132132
</compilerArgs>
@@ -142,12 +142,12 @@
142142
<plugin>
143143
<groupId>org.codehaus.mojo</groupId>
144144
<artifactId>versions-maven-plugin</artifactId>
145-
<version>2.8.1</version>
145+
<version>2.18.0</version>
146146
</plugin>
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-javadoc-plugin</artifactId>
150-
<version>3.2.0</version>
150+
<version>3.11.2</version>
151151
<executions>
152152
<execution>
153153
<id>attach-javadocs</id>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-gpg-plugin</artifactId>
164-
<version>3.0.1</version>
164+
<version>3.2.7</version>
165165
<executions>
166166
<execution>
167167
<id>sign-artifacts</id>
@@ -180,7 +180,7 @@
180180
</plugin>
181181
<plugin>
182182
<artifactId>maven-dependency-plugin</artifactId>
183-
<version>3.1.2</version>
183+
<version>3.8.1</version>
184184
<executions>
185185
<execution>
186186
<id>copy-dependencies</id>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-jar-plugin</artifactId>
230-
<version>3.0.2</version>
230+
<version>3.4.2</version>
231231
<configuration>
232232
<archive>
233233
<manifest>

0 commit comments

Comments
 (0)