Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 5d4ed73 commit ee39b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sourcecode
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache Local Maven Repository
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion generate-sunspec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<antlr.version>4.12.0</antlr.version>
<antlr4-pvisitor.version>1.0.1-${antlr.version}</antlr4-pvisitor.version>
<spring.version>5.3.30</spring.version>
<spring.version>6.0.12</spring.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

<git-commit-id-plugin.version>5.0.1</git-commit-id-plugin.version>
<git-commit-id-plugin.version>6.0.0</git-commit-id-plugin.version>
<version.copyright>Copyright (C) 2019-2023 Niels Basjes</version.copyright>
<version.license>Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.</version.license>
<version.url>${project.url}</version.url>
Expand Down

0 comments on commit ee39b53

Please sign in to comment.