|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>info.unterrainer.commons</groupId>
|
7 | 7 | <artifactId>parent-pom</artifactId>
|
8 |
| - <version>0.1.26</version> |
| 8 | + <version>0.2.0</version> |
9 | 9 | <name>ParentPom</name>
|
10 | 10 | <packaging>pom</packaging>
|
11 | 11 | <url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
|
|
22 | 22 | <name>Parent-POM</name>
|
23 | 23 | <package-path>info/unterrainer/commons/parentpom</package-path>
|
24 | 24 | <packg-string>info.unterrainer.commons.parentpom</packg-string>
|
25 |
| - <lombok-version>1.18.18</lombok-version> |
| 25 | + <lombok-version>1.18.24</lombok-version> |
26 | 26 | </properties>
|
27 | 27 |
|
28 | 28 | <!-- <dependencyManagement> <dependencies> <dependency> <groupId>commons-lang</groupId>
|
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>org.mapstruct</groupId>
|
43 | 43 | <artifactId>mapstruct-processor</artifactId>
|
44 |
| - <version>1.5.0.Beta2</version> |
| 44 | + <version>1.5.2.Final</version> |
45 | 45 | </dependency>
|
46 | 46 | <!-- https://mvnrepository.com/artifact/org.slf4j -->
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>org.slf4j</groupId>
|
49 | 49 | <artifactId>slf4j-api</artifactId>
|
50 |
| - <version>2.0.0-alpha5</version> |
| 50 | + <version>2.0.0-alpha7</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>org.slf4j</groupId>
|
54 | 54 | <artifactId>slf4j-log4j12</artifactId>
|
55 |
| - <version>2.0.0-alpha5</version> |
| 55 | + <version>2.0.0-alpha7</version> |
56 | 56 | </dependency>
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.slf4j</groupId>
|
59 | 59 | <artifactId>slf4j-simple</artifactId>
|
60 |
| - <version>2.0.0-alpha5</version> |
| 60 | + <version>2.0.0-alpha7</version> |
61 | 61 | </dependency>
|
62 | 62 | <!-- TEST-SCOPE ################################################# -->
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.junit.jupiter</groupId>
|
65 | 65 | <artifactId>junit-jupiter-engine</artifactId>
|
66 |
| - <version>5.8.2</version> |
| 66 | + <version>5.9.0-M1</version> |
67 | 67 | <scope>test</scope>
|
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>org.junit.jupiter</groupId>
|
71 | 71 | <artifactId>junit-jupiter-api</artifactId>
|
72 |
| - <version>5.8.2</version> |
| 72 | + <version>5.9.0-M1</version> |
73 | 73 | <scope>test</scope>
|
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>org.junit.jupiter</groupId>
|
77 | 77 | <artifactId>junit-jupiter-params</artifactId>
|
78 |
| - <version>5.8.2</version> |
| 78 | + <version>5.9.0-M1</version> |
79 | 79 | <scope>test</scope>
|
80 | 80 | </dependency>
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.assertj</groupId>
|
83 | 83 | <artifactId>assertj-core</artifactId>
|
84 |
| - <version>3.21.0</version> |
| 84 | + <version>3.23.1</version> |
85 | 85 | <scope>test</scope>
|
86 | 86 | </dependency>
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.mockito</groupId>
|
89 | 89 | <artifactId>mockito-core</artifactId>
|
90 |
| - <version>4.1.0</version> |
| 90 | + <version>4.6.1</version> |
91 | 91 | <scope>test</scope>
|
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.mockito</groupId>
|
95 | 95 | <artifactId>mockito-junit-jupiter</artifactId>
|
96 |
| - <version>4.1.0</version> |
| 96 | + <version>4.6.1</version> |
97 | 97 | <scope>test</scope>
|
98 | 98 | </dependency>
|
99 | 99 |
|
|
0 commit comments