Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/packages/PlanLimitsU…
Browse files Browse the repository at this point in the history
…I/storybook/test-8.4.4
  • Loading branch information
wtcarter authored Nov 20, 2024
2 parents b2e03be + 7323ac2 commit a4eb5ba
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 97 deletions.
2 changes: 1 addition & 1 deletion packages/HilltopCrawler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("org.apache.kafka:kafka-streams")
implementation("com.bucket4j:bucket4j-core:8.3.0")
implementation("com.bucket4j:bucket4j-core:8.10.1")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.kafka:spring-kafka-test")
Expand Down
8 changes: 4 additions & 4 deletions packages/IngestAPI/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.4"
id("io.spring.dependency-management") version "1.1.6"
id("com.diffplug.spotless") version "6.25.0"
id("com.adarshr.test-logger") version "4.0.0"
kotlin("jvm") version "1.9.21"
kotlin("plugin.spring") version "1.9.21"
kotlin("kapt") version "1.9.21"
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
kotlin("kapt") version "2.0.21"
}

group = "nz.govt.eop"
Expand Down
Loading

0 comments on commit a4eb5ba

Please sign in to comment.