Skip to content

Commit

Permalink
Build(deps): Bump com.zaxxer:HikariCP from 6.0.0 to 6.1.0 in /cnf (#2872
Browse files Browse the repository at this point in the history
)

* Build(deps): Bump com.zaxxer:HikariCP from 6.0.0 to 6.1.0 in /cnf

Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.0.0 to 6.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.0.0...HikariCP-6.1.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
dependabot[bot] and sfeilmeier authored Nov 14, 2024
1 parent 51f2728 commit 0bb6da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<!-- HikariCP A solid, high-performance, JDBC connection pool at last. -->
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
<!-- de -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion io.openems.backend.application/BackendApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
com.google.guava;version='[33.3.1,33.3.2)',\
com.google.guava.failureaccess;version='[1.0.2,1.0.3)',\
com.squareup.okio;version='[3.9.1,3.9.2)',\
com.zaxxer.HikariCP;version='[6.0.0,6.0.1)',\
com.zaxxer.HikariCP;version='[6.1.0,6.1.1)',\
io.openems.backend.alerting;version=snapshot,\
io.openems.backend.application;version=snapshot,\
io.openems.backend.b2brest;version=snapshot,\
Expand Down

0 comments on commit 0bb6da8

Please sign in to comment.