Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jesperancinha/your-finance-je
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Nov 15, 2023
2 parents 340f8f8 + 0ac19a5 commit f68bc52
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 30 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "João Esperancinha",
"license": "ISC",
"devDependencies": {
"cypress": "13.5.0",
"cypress": "13.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
23 changes: 9 additions & 14 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/node@*":
version "18.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==

"@types/node@^16.18.39":
version "16.18.39"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832"
integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==
"@types/node@*", "@types/node@^18.17.5":
version "18.17.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.15.tgz#31301a273b9ca7d568fe6d1c35ae52e0fb3f8d6a"
integrity sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==

"@types/[email protected]":
version "8.1.1"
Expand Down Expand Up @@ -376,14 +371,14 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cypress@13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.1.0.tgz#18f268e66662cd91b1766db18bd1f63a66592205"
integrity sha512-LUKxCYlB973QBFls1Up4FAE9QIYobT+2I8NvvAwMfQS2YwsWbr6yx7y9hmsk97iqbHkKwZW3MRjoK1RToBFVdQ==
cypress@13.5.1:
version "13.5.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.1.tgz#8b19bf0b9f31ea43f78980b2479bd3f25197d5cc"
integrity sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
"@types/node" "^16.18.39"
"@types/node" "^18.17.5"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
arch "^2.2.0"
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<kotlin.version>1.9.10</kotlin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<kotlin.version>1.9.20</kotlin.version>

<kumuluzee.version>4.1.0</kumuluzee.version>
<logback.version>1.4.11</logback.version>
<johnzon-core.version>1.2.21</johnzon-core.version>
<jjwt.version>0.9.1</jjwt.version>
<johnzon-core.version>2.0.0</johnzon-core.version>
<jjwt.version>0.12.3</jjwt.version>
<geronimo-json_1.1_spec.version>1.5</geronimo-json_1.1_spec.version>

<junit-jupiter>5.10.0</junit-jupiter>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<junit-jupiter>5.10.1</junit-jupiter>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<assertj-core.version>3.24.2</assertj-core.version>
Expand All @@ -41,9 +41,9 @@
<kumuluzee-swagger.version>1.2.2</kumuluzee-swagger.version>
<kumuluzee-openapi.version>1.0.1</kumuluzee-openapi.version>
<kumuluzee-openapi-mp.version>1.4.0</kumuluzee-openapi-mp.version>
<mockk-jvm.version>1.13.7</mockk-jvm.version>
<mockk-jvm.version>1.13.8</mockk-jvm.version>
<springmockk.version>4.0.2</springmockk.version>
<kotest-assertions-core-jvm.version>5.6.2</kotest-assertions-core-jvm.version>
<kotest-assertions-core-jvm.version>5.8.0</kotest-assertions-core-jvm.version>
</properties>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions your-finance-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
</dependencies>

<properties>
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.37.1</nimbus-jose-jwt.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<json-smart.version>2.5.0</json-smart.version>
</properties>
Expand All @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
8 changes: 4 additions & 4 deletions your-finance-k-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<junit.version>4.13.1</junit.version>
<jakarta.json.version>1.1.4</jakarta.json.version>
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
<jakarta.json.version>1.1.5</jakarta.json.version>
<nimbus-jose-jwt.version>9.37.1</nimbus-jose-jwt.version>
<json-smart.version>2.5.0</json-smart.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f68bc52

Please sign in to comment.