Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/jackson.version-2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Jul 21, 2024
2 parents ddc37d1 + 47f44ab commit e3f1923
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "João Esperancinha",
"license": "ISC",
"devDependencies": {
"cypress": "13.13.0",
"cypress": "13.13.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
Expand Down
36 changes: 18 additions & 18 deletions news-cast-explorer-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.6",
"@angular/cdk": "18.0.6",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/core": "18.0.6",
"@angular/animations": "18.1.1",
"@angular/cdk": "18.1.1",
"@angular/common": "18.1.1",
"@angular/compiler": "18.1.1",
"@angular/core": "18.1.1",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "18.0.6",
"@angular/material": "^18.0.5",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/router": "18.0.6",
"@angular/forms": "18.1.1",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "18.1.1",
"@angular/platform-browser-dynamic": "18.1.1",
"@angular/router": "18.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"util": "^0.12.5",
"zone.js": "~0.14.7",
"typescript": "5.5.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "~18.0.6",
"@angular/compiler-cli": "~18.0.5",
"@angular/language-service": "~18.0.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@angular-devkit/build-angular": "^18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.1.0",
"@angular/language-service": "~18.1.0",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"babel-jest": "^29.7.0",
"codelyzer": "^6.0.2",
"jasmine": "^5.1.0",
Expand All @@ -59,7 +59,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "^7.0.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"ts-node": "~10.9.2",
"tslint": "~6.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"caniuse-lite": "^1.0.30001638"
"caniuse-lite": "^1.0.30001642"
}
}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<maven-compiler-plugin.target>${java.version}</maven-compiler-plugin.target>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>

<lombok.version>1.18.34</lombok.version>

Expand All @@ -45,11 +45,11 @@
<kotest.version>5.9.1</kotest.version>
<kotest-extensions-spring.version>1.3.0</kotest-extensions-spring.version>
<springmockk.version>4.0.2</springmockk.version>
<testcontainers.version>1.19.8</testcontainers.version>
<testcontainers.version>1.20.0</testcontainers.version>
<omni-coveragereporter-maven-plugin.version>0.4.3</omni-coveragereporter-maven-plugin.version>
<spring-boot-parent.version>3.3.1</spring-boot-parent.version>
<spring-boot-parent.version>3.3.2</spring-boot-parent.version>
<news-cast-explorer.version>2.0.0</news-cast-explorer.version>
<mockk.version>1.13.11</mockk.version>
<mockk.version>1.13.12</mockk.version>
<kotlinx-coroutines-debug.version>1.8.1</kotlinx-coroutines-debug.version>

<eventuate-tram-spring.version>0.34.0.RELEASE</eventuate-tram-spring.version>
Expand Down
2 changes: 2 additions & 0 deletions pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PR Accept on Sun Jul 14 11:16:25 CEST 2024
PR Accept on Sun Jul 21 10:57:57 CEST 2024

0 comments on commit e3f1923

Please sign in to comment.