| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eb80aaf commit e18aabf
239 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ | |||
| 27 | 27 | <dependency> | |
| 28 | 28 | <groupId>com.google.cloud</groupId> | |
| 29 | 29 | <artifactId>libraries-bom</artifactId> | |
| 30 | - <version>26.28.0</version> | ||
| 30 | + <version>26.29.0</version> | ||
| 31 | 31 | <type>pom</type> | |
| 32 | 32 | <scope>import</scope> | |
| 33 | 33 | </dependency> | |
@@ -49,7 +49,7 @@ | |||
| 49 | 49 | <dependency> | |
| 50 | 50 | <groupId>com.google.truth</groupId> | |
| 51 | 51 | <artifactId>truth</artifactId> | |
| 52 | - <version>1.1.5</version> | ||
| 52 | + <version>1.2.0</version> | ||
| 53 | 53 | <scope>test</scope> | |
| 54 | 54 | </dependency> | |
| 55 | 55 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ | |||
| 32 | 32 | <groupId>com.google.cloud</groupId> | |
| 33 | 33 | <scope>import</scope> | |
| 34 | 34 | <type>pom</type> | |
| 35 | - <version>26.28.0</version> | ||
| 35 | + <version>26.29.0</version> | ||
| 36 | 36 | </dependency> | |
| 37 | 37 | </dependencies> | |
| 38 | 38 | </dependencyManagement> | |
@@ -65,7 +65,7 @@ | |||
| 65 | 65 | <dependency> | |
| 66 | 66 | <groupId>com.google.truth</groupId> | |
| 67 | 67 | <artifactId>truth</artifactId> | |
| 68 | - <version>1.1.5</version> | ||
| 68 | + <version>1.2.0</version> | ||
| 69 | 69 | <scope>test</scope> | |
| 70 | 70 | </dependency> | |
| 71 | 71 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ | |||
| 45 | 45 | <groupId>com.google.cloud</groupId> | |
| 46 | 46 | <scope>import</scope> | |
| 47 | 47 | <type>pom</type> | |
| 48 | - <version>26.28.0</version> | ||
| 48 | + <version>26.29.0</version> | ||
| 49 | 49 | </dependency> | |
| 50 | 50 | </dependencies> | |
| 51 | 51 | </dependencyManagement> | |
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | <dependency> | |
| 55 | 55 | <groupId>com.google.appengine</groupId> | |
| 56 | 56 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 57 | - <version>2.0.23</version> | ||
| 57 | + <version>2.0.24</version> | ||
| 58 | 58 | </dependency> | |
| 59 | 59 | ||
| 60 | 60 | <dependency> | |
@@ -105,25 +105,25 @@ | |||
| 105 | 105 | <dependency> | |
| 106 | 106 | <groupId>com.google.appengine</groupId> | |
| 107 | 107 | <artifactId>appengine-testing</artifactId> | |
| 108 | - <version>2.0.23</version> | ||
| 108 | + <version>2.0.24</version> | ||
| 109 | 109 | <scope>test</scope> | |
| 110 | 110 | </dependency> | |
| 111 | 111 | <dependency> | |
| 112 | 112 | <groupId>com.google.appengine</groupId> | |
| 113 | 113 | <artifactId>appengine-api-stubs</artifactId> | |
| 114 | - <version>2.0.23</version> | ||
| 114 | + <version>2.0.24</version> | ||
| 115 | 115 | <scope>test</scope> | |
| 116 | 116 | </dependency> | |
| 117 | 117 | <dependency> | |
| 118 | 118 | <groupId>com.google.appengine</groupId> | |
| 119 | 119 | <artifactId>appengine-tools-sdk</artifactId> | |
| 120 | - <version>2.0.23</version> | ||
| 120 | + <version>2.0.24</version> | ||
| 121 | 121 | <scope>test</scope> | |
| 122 | 122 | </dependency> | |
| 123 | 123 | <dependency> | |
| 124 | 124 | <groupId>com.google.truth</groupId> | |
| 125 | 125 | <artifactId>truth</artifactId> | |
| 126 | - <version>1.1.5</version> | ||
| 126 | + <version>1.2.0</version> | ||
| 127 | 127 | <scope>test</scope> | |
| 128 | 128 | </dependency> | |
| 129 | 129 | </dependencies> | |
@@ -140,7 +140,7 @@ | |||
| 140 | 140 | <plugin> | |
| 141 | 141 | <groupId>com.google.cloud.tools</groupId> | |
| 142 | 142 | <artifactId>appengine-maven-plugin</artifactId> | |
| 143 | - <version>2.5.0</version> | ||
| 143 | + <version>2.5.1</version> | ||
| 144 | 144 | <configuration> | |
| 145 | 145 | <projectId>GCLOUD_CONFIG</projectId> | |
| 146 | 146 | <version>GCLOUD_CONFIG</version> | |
@@ -152,7 +152,7 @@ | |||
| 152 | 152 | ||
| 153 | 153 | <plugin> | |
| 154 | 154 | <artifactId>maven-compiler-plugin</artifactId> | |
| 155 | - <version>3.11.0</version> | ||
| 155 | + <version>3.12.1</version> | ||
| 156 | 156 | <configuration> | |
| 157 | 157 | <annotationProcessorPaths> | |
| 158 | 158 | <annotationProcessorPath> | |
@@ -166,7 +166,7 @@ | |||
| 166 | 166 | <plugin> | |
| 167 | 167 | <groupId>org.eclipse.jetty</groupId> | |
| 168 | 168 | <artifactId>jetty-maven-plugin</artifactId> | |
| 169 | - <version>11.0.18</version> | ||
| 169 | + <version>11.0.19</version> | ||
| 170 | 170 | </plugin> | |
| 171 | 171 | </plugins> | |
| 172 | 172 | </build> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ | |||
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>org.slf4j</groupId> | |
| 68 | 68 | <artifactId>slf4j-simple</artifactId> | |
| 69 | - <version>2.0.9</version> | ||
| 69 | + <version>2.0.11</version> | ||
| 70 | 70 | <scope>provided</scope> | |
| 71 | 71 | </dependency> | |
| 72 | 72 | <!-- Dependencies for Cloud SQL --> | |
@@ -79,7 +79,7 @@ | |||
| 79 | 79 | <dependency> | |
| 80 | 80 | <groupId>com.google.cloud.sql</groupId> | |
| 81 | 81 | <artifactId>mysql-socket-factory-connector-j-8</artifactId> | |
| 82 | - <version>1.15.0</version> | ||
| 82 | + <version>1.15.1</version> | ||
| 83 | 83 | <scope>provided</scope> | |
| 84 | 84 | </dependency> | |
| 85 | 85 | <dependency> | |
@@ -104,7 +104,7 @@ | |||
| 104 | 104 | <dependency> | |
| 105 | 105 | <groupId>com.google.truth</groupId> | |
| 106 | 106 | <artifactId>truth</artifactId> | |
| 107 | - <version>1.1.5</version> | ||
| 107 | + <version>1.2.0</version> | ||
| 108 | 108 | <scope>test</scope> | |
| 109 | 109 | </dependency> | |
| 110 | 110 | </dependencies> | |
@@ -156,7 +156,7 @@ | |||
| 156 | 156 | <plugin> | |
| 157 | 157 | <groupId>com.google.cloud.tools</groupId> | |
| 158 | 158 | <artifactId>appengine-maven-plugin</artifactId> | |
| 159 | - <version>2.5.0</version> | ||
| 159 | + <version>2.5.1</version> | ||
| 160 | 160 | <configuration> | |
| 161 | 161 | <projectId>GCLOUD_CONFIG</projectId> | |
| 162 | 162 | <version>cloudsql</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ Copyright 2019 Google LLC | |||
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <scope>import</scope> | |
| 45 | 45 | <type>pom</type> | |
| 46 | - <version>26.28.0</version> | ||
| 46 | + <version>26.29.0</version> | ||
| 47 | 47 | </dependency> | |
| 48 | 48 | </dependencies> | |
| 49 | 49 | </dependencyManagement> | |
@@ -96,7 +96,7 @@ Copyright 2019 Google LLC | |||
| 96 | 96 | <plugin> | |
| 97 | 97 | <groupId>com.google.cloud.tools</groupId> | |
| 98 | 98 | <artifactId>appengine-maven-plugin</artifactId> | |
| 99 | - <version>2.5.0</version> | ||
| 99 | + <version>2.5.1</version> | ||
| 100 | 100 | <configuration> | |
| 101 | 101 | <projectId>GCLOUD_CONFIG</projectId> | |
| 102 | 102 | <version>gaeinfo</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>com.google.cloud</groupId> | |
| 47 | 47 | <artifactId>libraries-bom</artifactId> | |
| 48 | - <version>26.28.0</version> | ||
| 48 | + <version>26.29.0</version> | ||
| 49 | 49 | <type>pom</type> | |
| 50 | 50 | <scope>import</scope> | |
| 51 | 51 | </dependency> | |
@@ -98,7 +98,7 @@ | |||
| 98 | 98 | <plugin> | |
| 99 | 99 | <groupId>com.google.cloud.tools</groupId> | |
| 100 | 100 | <artifactId>appengine-maven-plugin</artifactId> | |
| 101 | - <version>2.5.0</version> | ||
| 101 | + <version>2.5.1</version> | ||
| 102 | 102 | <configuration> | |
| 103 | 103 | <projectId>GCLOUD_CONFIG</projectId> | |
| 104 | 104 | <version>guestbook</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,7 +75,7 @@ limitations under the License. | |||
| 75 | 75 | <plugin> | |
| 76 | 76 | <groupId>com.google.cloud.tools</groupId> | |
| 77 | 77 | <artifactId>appengine-maven-plugin</artifactId> | |
| 78 | - <version>2.5.0</version> | ||
| 78 | + <version>2.5.1</version> | ||
| 79 | 79 | <configuration> | |
| 80 | 80 | <projectId>GCLOUD_CONFIG</projectId> | |
| 81 | 81 | <version>helloworld</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | <plugin> | |
| 39 | 39 | <groupId>com.google.cloud.tools</groupId> | |
| 40 | 40 | <artifactId>appengine-maven-plugin</artifactId> | |
| 41 | - <version>2.5.0</version> | ||
| 41 | + <version>2.5.1</version> | ||
| 42 | 42 | <configuration> | |
| 43 | 43 | <projectId>GCLOUD_CONFIG</projectId> | |
| 44 | 44 | <version>http-server</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ limitations under the License. | |||
| 35 | 35 | <maven.compiler.source>11</maven.compiler.source> | |
| 36 | 36 | <ktor_version>3.0.0-eap-852</ktor_version> | |
| 37 | 37 | <kotlin.code.style>official</kotlin.code.style> | |
| 38 | - <kotlin_version>1.9.21</kotlin_version> | ||
| 38 | + <kotlin_version>1.9.22</kotlin_version> | ||
| 39 | 39 | <logback_version>1.4.14</logback_version> | |
| 40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 41 | 41 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> | |
@@ -162,7 +162,7 @@ limitations under the License. | |||
| 162 | 162 | <plugin> | |
| 163 | 163 | <groupId>com.google.cloud.tools</groupId> | |
| 164 | 164 | <artifactId>appengine-maven-plugin</artifactId> | |
| 165 | - <version>2.5.0</version> | ||
| 165 | + <version>2.5.1</version> | ||
| 166 | 166 | <configuration> | |
| 167 | 167 | <projectId>GCLOUD_CONFIG</projectId> | |
| 168 | 168 | <version>kotlin-ktor</version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,7 +86,7 @@ | |||
| 86 | 86 | <plugin> | |
| 87 | 87 | <groupId>com.google.cloud.tools</groupId> | |
| 88 | 88 | <artifactId>appengine-maven-plugin</artifactId> | |
| 89 | - <version>2.5.0</version> | ||
| 89 | + <version>2.5.1</version> | ||
| 90 | 90 | <configuration> | |
| 91 | 91 | <projectId>GCLOUD_CONFIG</projectId> | |
| 92 | 92 | <version>micronaut-helloworld</version> | |
@@ -131,13 +131,13 @@ | |||
| 131 | 131 | </plugin> | |
| 132 | 132 | <plugin> | |
| 133 | 133 | <artifactId>maven-surefire-plugin</artifactId> | |
| 134 | - <version>3.2.2</version> | ||
| 134 | + <version>3.2.5</version> | ||
| 135 | 135 | </plugin> | |
| 136 | 136 | ||
| 137 | 137 | <plugin> | |
| 138 | 138 | <groupId>org.apache.maven.plugins</groupId> | |
| 139 | 139 | <artifactId>maven-compiler-plugin</artifactId> | |
| 140 | - <version>3.11.0</version> | ||
| 140 | + <version>3.12.1</version> | ||
| 141 | 141 | <configuration> | |
| 142 | 142 | <encoding>UTF-8</encoding> | |
| 143 | 143 | <compilerArgs> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments