Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.squareup.retrofit2:retrofit from 2.3.0 to 2.5.0 in /arms-demo/mock-client #190

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
8c99ca5
Bump junit:junit from 4.13 to 4.13.1 in /arms-demo/mock-server
dependabot[bot] Dec 18, 2023
fa8eafa
Bump mysql:mysql-connector-java in /arms-demo/mock-server
dependabot[bot] Dec 18, 2023
e5e0012
Bump com.alibaba:fastjson in /arms-demo/mock-server
dependabot[bot] Dec 18, 2023
95f5420
Bump org.apache.kafka:kafka-clients in /arms-demo/mock-server
dependabot[bot] Dec 18, 2023
d1f1948
Bump com.squareup.retrofit2:retrofit in /arms-demo/mock-server
dependabot[bot] Dec 18, 2023
84efb54
Merge pull request #184 from aliyun/dependabot/maven/arms-demo/mock-s…
ralf0131 Dec 27, 2023
6a9e966
Bump mysql:mysql-connector-java in /arms-demo/mock-dao
dependabot[bot] Dec 27, 2023
508a5b5
Merge pull request #186 from aliyun/dependabot/maven/arms-demo/mock-d…
ralf0131 Dec 27, 2023
b735157
Bump org.mybatis:mybatis from 3.5.5 to 3.5.6 in /arms-demo/mock-dao
dependabot[bot] Dec 27, 2023
2a9c2fb
Merge pull request #183 from aliyun/dependabot/maven/arms-demo/mock-s…
ralf0131 Dec 27, 2023
447ca54
Merge pull request #187 from aliyun/dependabot/maven/arms-demo/mock-d…
ralf0131 Dec 27, 2023
6b57555
Merge pull request #182 from aliyun/dependabot/maven/arms-demo/mock-s…
ralf0131 Dec 27, 2023
594463f
Merge pull request #181 from aliyun/dependabot/maven/arms-demo/mock-s…
ralf0131 Dec 27, 2023
6c7f8ba
Merge pull request #180 from aliyun/dependabot/maven/arms-demo/mock-s…
ralf0131 Dec 27, 2023
0bab6b3
Bump com.squareup.retrofit2:retrofit in /arms-demo/mock-client
dependabot[bot] Dec 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arms-demo/mock-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.3.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
Expand Down
4 changes: 2 additions & 2 deletions arms-demo/mock-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>
</dependency>
</dependencies>
<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.16</version>
<version>8.0.28</version>
</dependency>
</dependencies>
</plugin>
Expand Down
10 changes: 5 additions & 5 deletions arms-demo/mock-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -114,12 +114,12 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.4.0</version>
<version>2.6.3</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.49</version>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -141,7 +141,7 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.3.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
Expand All @@ -157,7 +157,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.67</version>
<version>1.2.83</version>
</dependency>

<dependency>
Expand Down