Skip to content

Commit 3b1aacf

Browse files
authored
Plugins for Maven and Gradle have been updated
1 parent f9adcfe commit 3b1aacf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "1.9.23"
33
jacoco
4-
id("org.sonarqube") version "4.3.0.3225"
4+
id("org.sonarqube") version "5.0.0.4638"
55
id("com.diffplug.spotless") version "6.12.0"
66
`maven-publish`
77
}

pom-central.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-surefire-plugin</artifactId>
72-
<version>3.0.0</version>
72+
<version>3.2.5</version>
7373
<dependencies>
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-source-plugin</artifactId>
98-
<version>3.2.0</version>
98+
<version>3.3.1</version>
9999
<executions>
100100
<execution>
101101
<id>attach-sources</id>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-gpg-plugin</artifactId>
127-
<version>1.6</version>
127+
<version>3.2.3</version>
128128
<executions>
129129
<execution>
130130
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)