Skip to content

Commit

Permalink
chore: Patch management
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Dec 28, 2024
1 parent 06eceb1 commit e02e744
Show file tree
Hide file tree
Showing 6 changed files with 1,747 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fileignoreconfig:
- filename: frontend/mock-data/data.json
checksum: 8db91df1d7736cce489b5cfd97e4761f7caf658ebb6d82495d43074bad2bfecc
- filename: frontend/package-lock.json
checksum: fae7009be53035f4d62632cf0c8d5beb97257fe49f8d5dd6bb5faa22150f7b14
checksum: e046437d8f00be8ddb9f4d5f98636dad5a462cafb123adca036b3cb95cb1ad6c
- filename: frontend/src/components/Dashboard.vue
checksum: e9843ceaf9863419ea77543eaa5f208644bd1631d6877f6595ff01db9da28fbc
- filename: frontend/src/components/GridCell.vue
Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id "org.owasp.dependencycheck" version "8.4.3"
id "com.diffplug.spotless" version "6.25.0"
id "info.solidsoft.pitest" version "1.15.0"
id "org.openrewrite.rewrite" version "6.29.1"
id "org.openrewrite.rewrite" version "6.29.2"
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle/rewrite.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: "org.openrewrite.rewrite"

dependencies {
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.11.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.31.0")
}

rewrite {
Expand Down
4 changes: 2 additions & 2 deletions backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit e02e744

Please sign in to comment.