Skip to content

Commit 16a4d1c

Browse files
committed
Merge PR 11 to update dependency versions
1 parent 87523d5 commit 16a4d1c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

duo-universal-sdk/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,23 @@
105105
<dependency>
106106
<groupId>com.squareup.retrofit2</groupId>
107107
<artifactId>retrofit</artifactId>
108-
<version>2.5.0</version>
108+
<version>2.9.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.squareup.retrofit2</groupId>
112112
<artifactId>converter-jackson</artifactId>
113-
<version>2.1.0</version>
113+
<version>2.9.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.projectlombok</groupId>
117117
<artifactId>lombok</artifactId>
118-
<version>1.18.16</version>
118+
<version>1.18.20</version>
119119
<scope>provided</scope>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.fasterxml.jackson.core</groupId>
123123
<artifactId>jackson-core</artifactId>
124-
<version>2.11.3</version>
124+
<version>2.12.4</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.auth0</groupId>
@@ -131,18 +131,18 @@
131131
<dependency>
132132
<groupId>com.squareup.okhttp3</groupId>
133133
<artifactId>logging-interceptor</artifactId>
134-
<version>3.3.1</version>
134+
<version>4.9.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.junit.jupiter</groupId>
138138
<artifactId>junit-jupiter-api</artifactId>
139-
<version>5.3.2</version>
139+
<version>5.7.2</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.mockito</groupId>
144144
<artifactId>mockito-core</artifactId>
145-
<version>3.6.28</version>
145+
<version>3.11.2</version>
146146
<scope>test</scope>
147147
</dependency>
148148
</dependencies>

0 commit comments

Comments
 (0)