Skip to content

Commit

Permalink
Bump com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05 (
Browse files Browse the repository at this point in the history
#474)

* Bump com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05

Bumps com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05.

---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored May 8, 2024
1 parent 75ac68c commit c3cb292
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ repositories {
name = "github-mirror"
url = uri("https://github-package-registry-mirror.gc.nav.no/cached/maven-release")
}
maven {
url = uri("https://maven.pkg.github.com/navikt/maven-release")
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
}
}
}

allOpen {
Expand Down Expand Up @@ -90,7 +97,7 @@ dependencies {

// ---------- DB ---------- \\
runtimeOnly("org.postgresql:postgresql")
implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
implementation("com.oracle.database.jdbc:ojdbc8:23.4.0.24.05")

implementation("com.github.ben-manes.caffeine:caffeine:")
implementation("io.micrometer:micrometer-core")
Expand Down

0 comments on commit c3cb292

Please sign in to comment.