Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.springframework.boot-sp…
Browse files Browse the repository at this point in the history
…ring-boot-starter-parent-3.2.0
  • Loading branch information
daphneleebeek authored Nov 28, 2023
2 parents bc4635b + 92ec65b commit ecc6a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.9.1.2184</version>
<version>3.10.0.2594</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -286,7 +286,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -329,15 +329,15 @@
<dependency>
<groupId>com.pinterest</groupId>
<artifactId>ktlint</artifactId>
<version>0.40.0</version>
<version>0.50.0</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
</plugin>
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.4.1</version>
<configuration>
<installHooks>
<pre-commit>hooks/pre-commit.sh</pre-commit>
Expand Down

0 comments on commit ecc6a24

Please sign in to comment.