Skip to content

Commit

Permalink
Merge pull request #14 from cococo2000/dependabot/maven/junit-junit-4…
Browse files Browse the repository at this point in the history
….13.1

Bump junit:junit from 4.11 to 4.13.1
  • Loading branch information
cococo2000 authored Mar 4, 2024
2 parents bcf1118 + ad14f01 commit ea006f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: "17"
java-version: "11"
distribution: "temurin"
cache: maven
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<!-- JDBC Drivers -->
Expand Down

0 comments on commit ea006f9

Please sign in to comment.