|
51 | 51 | <dependency> |
52 | 52 | <groupId>com.oracle.database.soda</groupId> |
53 | 53 | <artifactId>orajsoda</artifactId> |
54 | | - <version>1.1.7.1</version> |
| 54 | + <version>1.1.29</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>com.oracle.database.jdbc</groupId> |
58 | 58 | <artifactId>ojdbc8</artifactId> |
59 | | - <version>21.1.0.0</version> |
| 59 | + <version>23.5.0.24.07</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.oracle.database.jdbc</groupId> |
63 | 63 | <artifactId>ucp</artifactId> |
64 | | - <version>21.1.0.0</version> |
| 64 | + <version>23.5.0.24.07</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>jakarta.json.bind</groupId> |
68 | 68 | <artifactId>jakarta.json.bind-api</artifactId> |
69 | | - <version>1.0.2</version> |
| 69 | + <version>3.0.1</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>jakarta.json</groupId> |
73 | 73 | <artifactId>jakarta.json-api</artifactId> |
74 | | - <version>1.1.6</version> |
| 74 | + <version>2.1.3</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | | - <groupId>org.glassfish</groupId> |
| 77 | + <groupId>org.eclipse.parsson</groupId> |
78 | 78 | <artifactId>jakarta.json</artifactId> |
79 | | - <version>1.1.6</version> |
| 79 | + <version>1.1.5</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.eclipse</groupId> |
83 | 83 | <artifactId>yasson</artifactId> |
84 | | - <version>1.0.7</version> |
| 84 | + <version>3.0.3</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>com.fasterxml.jackson.core</groupId> |
|
0 commit comments