File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Version History
55-----
66- Updated org.testcontainers: jdbc to 1.20.4
77- Updated various test-dependencies
8+ - Updated Maven build plugins
89
9101.4.0
1011-----
Original file line number Diff line number Diff line change 9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-jar-plugin</artifactId >
95- <version >3.3.0 </version >
95+ <version >3.4.2 </version >
9696 <configuration >
9797 <archive >
9898 <manifestEntries >
106106 <plugin >
107107 <groupId >org.sonatype.plugins</groupId >
108108 <artifactId >nexus-staging-maven-plugin</artifactId >
109- <version >1.6.13 </version >
109+ <version >1.7.0 </version >
110110 <extensions >true</extensions >
111111 <configuration >
112112 <serverId >ossrh</serverId >
125125 <plugin >
126126 <groupId >org.apache.maven.plugins</groupId >
127127 <artifactId >maven-source-plugin</artifactId >
128- <version >3.3.0 </version >
128+ <version >3.3.1 </version >
129129 <executions >
130130 <execution >
131131 <id >attach-sources</id >
138138 <plugin >
139139 <groupId >org.apache.maven.plugins</groupId >
140140 <artifactId >maven-javadoc-plugin</artifactId >
141- <version >3.6.3 </version >
141+ <version >3.11.2 </version >
142142 <executions >
143143 <execution >
144144 <id >attach-javadocs</id >
151151 <plugin >
152152 <groupId >org.apache.maven.plugins</groupId >
153153 <artifactId >maven-gpg-plugin</artifactId >
154- <version >3.0.1 </version >
154+ <version >3.2.7 </version >
155155 <executions >
156156 <execution >
157157 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments