Skip to content

Commit 0611010

Browse files
author
Gerald Unterrainer
committed
push lombok version and #minor
1 parent 92e6215 commit 0611010

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.26</version>
8+
<version>0.2.0</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -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.18</lombok-version>
25+
<lombok-version>1.18.24</lombok-version>
2626
</properties>
2727

2828
<!-- <dependencyManagement> <dependencies> <dependency> <groupId>commons-lang</groupId>
@@ -41,59 +41,59 @@
4141
<dependency>
4242
<groupId>org.mapstruct</groupId>
4343
<artifactId>mapstruct-processor</artifactId>
44-
<version>1.5.0.Beta2</version>
44+
<version>1.5.2.Final</version>
4545
</dependency>
4646
<!-- https://mvnrepository.com/artifact/org.slf4j -->
4747
<dependency>
4848
<groupId>org.slf4j</groupId>
4949
<artifactId>slf4j-api</artifactId>
50-
<version>2.0.0-alpha5</version>
50+
<version>2.0.0-alpha7</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>
5454
<artifactId>slf4j-log4j12</artifactId>
55-
<version>2.0.0-alpha5</version>
55+
<version>2.0.0-alpha7</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-simple</artifactId>
60-
<version>2.0.0-alpha5</version>
60+
<version>2.0.0-alpha7</version>
6161
</dependency>
6262
<!-- TEST-SCOPE ################################################# -->
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter-engine</artifactId>
66-
<version>5.8.2</version>
66+
<version>5.9.0-M1</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
7171
<artifactId>junit-jupiter-api</artifactId>
72-
<version>5.8.2</version>
72+
<version>5.9.0-M1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.junit.jupiter</groupId>
7777
<artifactId>junit-jupiter-params</artifactId>
78-
<version>5.8.2</version>
78+
<version>5.9.0-M1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.assertj</groupId>
8383
<artifactId>assertj-core</artifactId>
84-
<version>3.21.0</version>
84+
<version>3.23.1</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-core</artifactId>
90-
<version>4.1.0</version>
90+
<version>4.6.1</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.mockito</groupId>
9595
<artifactId>mockito-junit-jupiter</artifactId>
96-
<version>4.1.0</version>
96+
<version>4.6.1</version>
9797
<scope>test</scope>
9898
</dependency>
9999

0 commit comments

Comments
 (0)