Skip to content

Commit

Permalink
Merge pull request #186 from hazendaz/master
Browse files Browse the repository at this point in the history
Bring up to date
  • Loading branch information
hazendaz authored Aug 24, 2024
2 parents 3d168d5 + 297690b commit 919ce8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.
wrapperVersion=3.3.2
distributionType=source
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>47</version>
<version>48</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -76,8 +76,8 @@
<java.version>11</java.version>
<java.release.version>11</java.release.version>

<junit.version>5.10.3</junit.version>
<slf4j.version>2.0.13</slf4j.version>
<junit.version>5.11.0</junit.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 919ce8b

Please sign in to comment.