Skip to content

Commit

Permalink
Bump fr.marcwrobel:parent from 3.0.2 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps fr.marcwrobel:parent from 3.0.2 to 3.2.0.

---
updated-dependencies:
- dependency-name: fr.marcwrobel:parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Apr 20, 2024
1 parent a666f03 commit fc0fac4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
java: ['8', '11', '17', '21']
java: ['11', '17', '21']
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java temurin-17.0.8+101
java temurin-17.0.10+7
maven 3.9.4
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Bump com.opengamma.strata:strata-basics from 2.12.28 to 2.12.37 (#376, #379, #383, #386, #392).
- Bump com.google.guava:guava from 32.1.3 to 33.1.0 (#378, #390).
- Bump fr.marcwrobel:parent from 3.0.2 to 3.2.0 (#394).
- Bump actions/setup-java from 3.13.0 to 4.2.1 (#374, #389).
- Bump actions/cache from 3.3.2 to 4.0.1 (#381, #385, #391).
- Bump actions/checkout from 4.1.1 to 4.1.2 (#387).
- Bump Java from 17.0.8+101 to 17.0.10+7 (#394).

### Thanks

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>fr.marcwrobel</groupId>
<version>3.0.2</version>
<version>3.2.0</version>
</parent>

<artifactId>jbanking</artifactId>
Expand All @@ -17,7 +17,7 @@
<inceptionYear>2013</inceptionYear>

<properties>
<this.java.version>1.8</this.java.version>
<this.java.version>8</this.java.version>
<!-- Remove once Maven has been updated on GitPod -->
<this.maven.version.enforced>[3.8.6,)</this.maven.version.enforced>

Expand Down

0 comments on commit fc0fac4

Please sign in to comment.