Skip to content

Commit 842a3ec

Browse files
Bump io.vavr:vavr from 1.0.0 to 1.0.1 (#123)
* Bump io.vavr:vavr from 1.0.0 to 1.0.1 Bumps [io.vavr:vavr](https://github.com/vavr-io/vavr) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/vavr-io/vavr/releases) - [Commits](vavr-io/vavr@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: io.vavr:vavr dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danny van Bruggen <hexagonaal@gmail.com>
1 parent 75bc94a commit 842a3ec

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Set up JDK 17
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
java-version: '17'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
32-
33-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34-
- name: Update dependency graph
35-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.vavr</groupId>
4242
<artifactId>vavr</artifactId>
43-
<version>1.0.0</version>
43+
<version>1.0.1</version>
4444
</dependency>
4545
</dependencies>
4646

0 commit comments

Comments
 (0)