Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #236

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Dev #236

merged 2 commits into from
Nov 23, 2023

Conversation

MikAoJk
Copy link
Contributor

@MikAoJk MikAoJk commented Nov 23, 2023

No description provided.

helehar and others added 2 commits November 22, 2023 15:35
Co-authored-by: Andreas <danduras@gmail.com>
Co-authored-by: Andreas <danduras@gmail.com>
@MikAoJk MikAoJk requested a review from a team as a code owner November 23, 2023 07:35
@MikAoJk MikAoJk merged commit b85853d into oppgaveforderlingsykdig Nov 23, 2023
7 checks passed
@MikAoJk MikAoJk deleted the dev branch November 23, 2023 07:35
helehar added a commit that referenced this pull request Dec 4, 2023
* skipping exception on consumed message if envclass is dev

Co-authored-by: Andreas <danduras@gmail.com>

* skipping error in dev

Co-authored-by: Andreas <danduras@gmail.com>

---------

Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
Co-authored-by: Andreas <danduras@gmail.com>
MikAoJk added a commit that referenced this pull request Dec 8, 2023
* Changed text to register sykmelding in syk-dig

* Make variantformat nullable

* Make variantformat non nullable

* Dev (#236)

* skipping exception on consumed message if envclass is dev

Co-authored-by: Andreas <danduras@gmail.com>

* skipping error in dev

Co-authored-by: Andreas <danduras@gmail.com>

---------

Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
Co-authored-by: Andreas <danduras@gmail.com>

* Bump the dependencies group with 6 updates (#239)

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.20` | `1.9.21` |
| [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.15.3` | `2.16.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.15.3` | `2.16.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.3` | `2.16.0` |
| jvm | `1.9.20` | `1.9.21` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.20 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.15.3...jackson-modules-base-2.16.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.3...jackson-dataformat-xml-2.16.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0

Updates `jvm` from 1.9.20 to 1.9.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the dependencies group with 2 updates (#245)

Bumps the dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and com.diffplug.spotless.


Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.14
- [Commits](qos-ch/logback@v_1.4.11...v_1.4.14)

Updates `com.diffplug.spotless` from 6.22.0 to 6.23.2

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Changed text to register sykmelding in syk-dig

* Make variantformat nullable

* Make variantformat non nullable

* Dev (#236)

* skipping exception on consumed message if envclass is dev

Co-authored-by: Andreas <danduras@gmail.com>

* skipping error in dev

Co-authored-by: Andreas <danduras@gmail.com>

---------

Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
Co-authored-by: Andreas <danduras@gmail.com>

* Inkluderer nyeste beskrivelse på opprettOppgave i dev

denne deployen har blitt overskrevet av nyere deployer. Rebaset med main og redeployet.

* Update beskrivelse

* Update beskrivelse

* Update beskrivelse

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
Co-authored-by: Andreas <danduras@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants