|
31 | 31 | <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> |
32 | 32 | <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> |
33 | 33 |
|
34 | | - <kotlin>2.0.21</kotlin> |
35 | | - <coroutine>1.9.0</coroutine> |
| 34 | + <kotlin>2.1.10</kotlin> |
| 35 | + <coroutine>1.10.1</coroutine> |
36 | 36 |
|
37 | 37 | <slf4j>2.0.16</slf4j> |
38 | | - <logback>1.5.15</logback> |
| 38 | + <logback>1.5.16</logback> |
39 | 39 |
|
40 | 40 | <kotlin-logging>3.0.5</kotlin-logging> |
41 | 41 |
|
|
48 | 48 | <jackson-data>0.4.0</jackson-data> |
49 | 49 | <jackson-generator>0.4.0</jackson-generator> |
50 | 50 | <klaxon>5.6</klaxon> |
51 | | - <vertx>4.5.11</vertx> |
| 51 | + <vertx>4.5.12</vertx> |
52 | 52 | <retrofit>2.11.0</retrofit> |
53 | | - <okhttp>4.12.0</okhttp> |
| 53 | + <okhttp>5.0.0-alpha.14</okhttp> |
54 | 54 | <okhttp-signpost>1.1.0</okhttp-signpost> |
55 | 55 | <signpost-core>1.2.1.2</signpost-core> |
56 | 56 | <circuitbreaker>1.7.1</circuitbreaker> |
57 | 57 | <guava>33.4.0-jre</guava> |
58 | 58 | <google-auth>1.37.0</google-auth> |
59 | | - <google-http-client>1.45.3</google-http-client> |
| 59 | + <google-http-client>1.46.1</google-http-client> |
60 | 60 | <jasypt>1.9.3</jasypt> |
61 | | - <commons-csv>1.12.0</commons-csv> |
| 61 | + <commons-csv>1.13.0</commons-csv> |
62 | 62 | <commons-text>1.13.0</commons-text> |
63 | 63 | <emoji>5.1.1</emoji> |
64 | | - <commons-codec>1.17.1</commons-codec> |
| 64 | + <commons-codec>1.18.0</commons-codec> |
65 | 65 | <commons-lang>3.17.0</commons-lang> |
66 | 66 | <commonmark>0.24.0</commonmark> |
67 | | - <json>20241224</json> |
| 67 | + <json>20250107</json> |
68 | 68 | <httpclient>4.5.14</httpclient> |
69 | 69 | <simmetrics>4.1.1</simmetrics> |
70 | 70 | <batik>1.12</batik> |
71 | | - <google>26.52.0</google> |
| 71 | + <google>26.54.0</google> |
72 | 72 | <aws-sdk>1.12.780</aws-sdk> |
73 | 73 | <pac4j>5.7.7</pac4j> |
74 | 74 | <okhttp-eventsource>4.1.1</okhttp-eventsource> |
|
78 | 78 | <junit-jupiter>5.11.4</junit-jupiter> |
79 | 79 | <testcontainer>1.20.4</testcontainer> |
80 | 80 |
|
81 | | - <mockk>1.13.14</mockk> |
| 81 | + <mockk>1.13.16</mockk> |
82 | 82 | <assertj>3.22.0</assertj> |
83 | | - <byte-buddy>1.15.11</byte-buddy> |
| 83 | + <byte-buddy>1.17.0</byte-buddy> |
84 | 84 | <atrium>0.15.0</atrium> |
85 | 85 | <serialization>1.6.2</serialization> |
86 | 86 |
|
87 | | - <plugin.surefire>3.5.0</plugin.surefire> |
| 87 | + <plugin.surefire>3.5.2</plugin.surefire> |
88 | 88 | <plugin.source>3.3.1</plugin.source> |
89 | 89 | <plugin.release>3.1.1</plugin.release> |
90 | | - <plugin.gpg>3.2.6</plugin.gpg> |
| 90 | + <plugin.gpg>3.2.7</plugin.gpg> |
91 | 91 | <plugin.nexus-staging>1.6.13</plugin.nexus-staging> |
92 | | - <plugin.dokka>1.9.20</plugin.dokka> |
| 92 | + <plugin.dokka>2.0.0</plugin.dokka> |
93 | 93 | <plugin.assembly>3.4.2</plugin.assembly> |
94 | 94 | <plugin.frontend>1.12.1</plugin.frontend> |
95 | 95 | <plugin.clean>3.2.0</plugin.clean> |
|
0 commit comments