Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Mar 31, 2024
1 parent 0ccdca2 commit 92ef992
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion background-sync/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ionic/angular": "7.8.2",
"ionicons": "7.3.1",
"@types/uuid": "9.0.8",
"dexie": "3.2.7",
"dexie": "4.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"uuid": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion background-sync/clientng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ionic/angular": "7.8.2",
"ionicons": "7.3.1",
"@types/uuid": "9.0.8",
"dexie": "3.2.7",
"dexie": "4.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"uuid": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion datefns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"moment": "2.30.1"
},
"devDependencies": {
"vite": "5.1.4"
"vite": "5.2.7"
}
}
4 changes: 2 additions & 2 deletions minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.690</version>
<version>1.12.691</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.8</version>
<version>8.5.9</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion ngerrorhandler/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "17.3.2",
"@ionic/angular": "7.8.2",
"ionicons": "7.3.1",
"dexie": "3.2.7",
"dexie": "4.0.1",
"rxjs": "7.8.1",
"stacktrace-js": "2.0.2",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions parcelmaven/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"watch": "parcel watch"
},
"devDependencies": {
"@parcel/compressor-brotli": "2.11.0",
"@parcel/compressor-gzip": "2.11.0",
"@parcel/compressor-brotli": "2.12.0",
"@parcel/compressor-gzip": "2.12.0",
"buffer": "6.0.3",
"parcel": "2.11.0"
"parcel": "2.12.0"
},
"dependencies": {
"echarts": "5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions protobuf-js/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.3</version>
<version>4.26.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.25.3</version>
<version>4.26.1</version>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.25.3</protocVersion>
<protocVersion>4.26.1</protocVersion>
<inputDirectories>
<include>src/main/protobuf</include>
</inputDirectories>
Expand Down
4 changes: 2 additions & 2 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.3</version>
<version>4.26.1</version>
</dependency>

</dependencies>
Expand All @@ -60,7 +60,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.25.3</protocVersion>
<protocVersion>4.26.1</protocVersion>
<inputDirectories>
<include>src/main/protobuf</include>
</inputDirectories>
Expand Down
2 changes: 1 addition & 1 deletion speechsearch/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<version>4.29.0</version>
<version>4.34.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sw-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ionic/angular": "7.8.2",
"ionicons": "7.3.1",
"rxjs": "7.8.1",
"swiper": "11.0.6",
"swiper": "11.1.0",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion text2speech/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
<version>2.37.0</version>
<version>2.40.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion twolegged/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>2.37.0</version>
<version>2.39.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
Expand Down
2 changes: 1 addition & 1 deletion upload-minio/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.8</version>
<version>8.5.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 92ef992

Please sign in to comment.