Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/packages/HilltopCrawler/or…
Browse files Browse the repository at this point in the history
…g.mockito.kotlin-mockito-kotlin-5.4.0
  • Loading branch information
swapnasam authored Nov 20, 2024
2 parents 47084c7 + c35f52b commit b4bf9bb
Show file tree
Hide file tree
Showing 8 changed files with 398 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hilltop-crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
4 changes: 2 additions & 2 deletions packages/IngestAPI/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.0"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.4"
id("com.diffplug.spotless") version "6.25.0"
id("com.adarshr.test-logger") version "4.0.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")

kapt("org.springframework.boot:spring-boot-configuration-processor")
}
Expand Down
1,007 changes: 366 additions & 641 deletions packages/PlanLimitsUI/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/PlanLimitsUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-onboarding": "^8.2.8",
"@storybook/blocks": "^8.2.8",
Expand Down
146 changes: 25 additions & 121 deletions packages/RainfallViewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/RainfallViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"eslint": "^8.57.1",
"eslint-plugin-storybook": "^0.8.0",
"sass-embedded": "^1.79.1",
"storybook": "^8.3.2"
"storybook": "^8.4.2"
}
}

0 comments on commit b4bf9bb

Please sign in to comment.