Skip to content

Commit

Permalink
chore(deps): bump org.datanucleus:datanucleus-accessplatform-jdo-rdbms
Browse files Browse the repository at this point in the history
Bumps [org.datanucleus:datanucleus-accessplatform-jdo-rdbms](https://github.com/datanucleus/datanucleus-accessplatform) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/datanucleus/datanucleus-accessplatform/releases)
- [Commits](datanucleus/datanucleus-accessplatform@datanucleus-accessplatform-parent-6.0.5...datanucleus-accessplatform-parent-6.0.6)

---
updated-dependencies:
- dependency-name: org.datanucleus:datanucleus-accessplatform-jdo-rdbms
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 4, 2023
1 parent c5a7eaf commit c4f206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-jdo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version '2.0.0'
sourceCompatibility = 1.8

dependencies {
implementation 'org.datanucleus:datanucleus-accessplatform-jdo-rdbms:6.0.5'
implementation 'org.datanucleus:datanucleus-accessplatform-jdo-rdbms:6.0.6'
implementation 'com.h2database:h2:2.2.224'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
Expand Down

0 comments on commit c4f206b

Please sign in to comment.