Skip to content

Commit 919ce8b

Browse files
authored
Merge pull request #186 from hazendaz/master
Bring up to date
2 parents 3d168d5 + 297690b commit 919ce8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/wrapper/maven-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=source
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
2020
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.github.hazendaz</groupId>
1919
<artifactId>base-parent</artifactId>
20-
<version>47</version>
20+
<version>48</version>
2121
<relativePath />
2222
</parent>
2323

@@ -76,8 +76,8 @@
7676
<java.version>11</java.version>
7777
<java.release.version>11</java.release.version>
7878

79-
<junit.version>5.10.3</junit.version>
80-
<slf4j.version>2.0.13</slf4j.version>
79+
<junit.version>5.11.0</junit.version>
80+
<slf4j.version>2.0.16</slf4j.version>
8181
</properties>
8282

8383
<dependencies>

0 commit comments

Comments
 (0)