Skip to content

Commit

Permalink
Bump roll up
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen committed Oct 4, 2024
1 parent ad28797 commit c53fb51
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 137 deletions.
1 change: 1 addition & 0 deletions indexer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
constraints {
implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'io.netty:netty-codec-http:4.1.108.Final'
implementation 'org.apache.avro:avro:1.11.4'
runtimeOnly 'com.charleskorn.kaml:kaml:0.60.0'
}

Expand Down
2 changes: 1 addition & 1 deletion indexer/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ org.apache.arrow:arrow-format:15.0.2=compileClasspath,runtimeClasspath,testCompi
org.apache.arrow:arrow-memory-core:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.arrow:arrow-memory-netty:15.0.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.arrow:arrow-vector:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.avro:avro:1.11.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.avro:avro:1.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.bcel:bcel:6.9.0=spotbugs
org.apache.beam:beam-model-fn-execution:2.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.beam:beam-model-job-management:2.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
185 changes: 51 additions & 134 deletions ui/package-lock.json

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

3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/lab": "^5.0.0-alpha.122",
"@mui/material": "^5.11.12",
"@mui/x-data-grid": "^5.0.0-beta.2",
"@openapitools/openapi-generator-cli": "^2.13.13",
"@openapitools/openapi-generator-cli": "^2.13.7",
"@protobuf-ts/protoc": "^2.9.3",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -63,7 +63,6 @@
"nwsapi": "^2.2.1",
"postcss": "^8.4.31",
"randombytes": "^2.1.0",
"rollup": "^3.29.5",
"semver": "^7.5.2",
"send": "^0.19.0",
"serve-static": "^1.16.0",
Expand Down

0 comments on commit c53fb51

Please sign in to comment.